projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001cdbb
)
drivers: net: phy: add MV88E6xx options to Kconfig
author
Tim Harvey
<
[email protected]
>
Fri, 17 Mar 2017 14:29:51 +0000
(07:29 -0700)
committer
Stefano Babic
<
[email protected]
>
Mon, 20 Mar 2017 18:09:49 +0000
(19:09 +0100)
Signed-off-by: Tim Harvey <
[email protected]
>
Reviewed-by: Stefano Babic <
[email protected]
>
Acked-by: Joe Hershberger <
[email protected]
>
drivers/net/phy/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/phy/Kconfig
b/drivers/net/phy/Kconfig
index 1d514e92d3b677b597b1cb7bd02a49c6b24c06cb..6ee8bc3134ea425aa6e1294f0294c08a6eef9760 100644
(file)
--- a/
drivers/net/phy/Kconfig
+++ b/
drivers/net/phy/Kconfig
@@
-15,6
+15,19
@@
if PHYLIB
config MV88E61XX_SWITCH
bool "Marvel MV88E61xx Ethernet switch PHY support."
+if MV88E61XX_SWITCH
+
+config MV88E61XX_CPU_PORT
+ int "CPU Port"
+
+config MV88E61XX_PHY_PORTS
+ hex "Bitmask of PHY Ports"
+
+config MV88E61XX_FIXED_PORTS
+ hex "Bitmask of PHYless serdes Ports"
+
+endif # MV88E61XX_SWITCH
+
config PHYLIB_10G
bool "Generic 10G PHY support"